Conversation
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #470 +/- ##
=======================================
Coverage 74.45% 74.46%
=======================================
Files 629 630 +1
Lines 66337 66396 +59
=======================================
+ Hits 49389 49439 +50
- Misses 13663 13670 +7
- Partials 3285 3287 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
CozeLoop
left a comment
There was a problem hiding this comment.
Overall the evaluation fix looks reasonable (ctx-based target-called marker + updated call sites), and the added ctxcache tests help.
Requesting changes mainly around: (1) avoid mutating filter inputs when escaping SQL map keys; (2) add unit tests for the new SQL escaping helper (security-critical); (3) please confirm and document the auth behavior change for reset_password; plus a minor outdated comment in a test.
What type of PR is this?
fix
Check the PR title
(Optional) Translate the PR title into Chinese
(Optional) More detailed description for this PR(en: English/zh: Chinese)
en:
zh(optional):
(Optional) Which issue(s) this PR fixes